home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / misc / disectv1.readme < prev    next >
Text File  |  1995-08-16  |  3KB  |  55 lines

  1. Short:    Version 1.8 - A symbolic disassembler/debugger
  2. Author:   D.M.Alderson (contactable at above address)
  3. Uploader: bill@twilite.demon.co.uk
  4. Type:     dev/debug
  5.  
  6. * ------------------------------------------------------------------------- *
  7.  
  8. Introduction
  9. ============
  10.  
  11.     Disect is a very powerful combined disassembler/debugger program,
  12. which has been designed to be easy to use. Its power is achieved at the
  13. expense of memory: the minimum requirement is 1Mb; for larger projects, 2Mb
  14. will be required. The programmer neither encourages nor condones its use to
  15. assist in illegal duplication of copyright software. Disect can be used for
  16. two main purposes: development of software; and the gaining of knowledge
  17. (hacking can be very educational).
  18.  
  19.     The debugger allows an executable file, a disk boot-block, a
  20. binary file, or an area of memory to be loaded and created as a Process. It
  21. is even possible to grab an existing memory-resident Process. A Process's
  22. instructions can be executed individually, or the Process can be activated,
  23. with or without breakpoints installed. System exceptions can be trapped
  24. before they crash the machine, and program symbols can be read from execut-
  25. able files.
  26.  
  27.     The disassembler allows a loaded program to be commented, have
  28. blank lines inserted, and have it's numbers and addresses replaced with
  29. constant or program symbols. All the symbols of Release 3 of the system
  30. include files are available to the disassembler. A program which has been
  31. dissected in this way can then be saved as two source files: a program file,
  32. and a support file. The support file will contain EQUs for all required
  33. constant symbols. System constant symbols can be EQUs (grouped by the SI file
  34. where they live), or alternatively the support file can INCLUDE all required
  35. SI files. Disect data files can be saved, to be reloaded later: 'hold on to
  36. your hacks'!
  37.  
  38.     Disect requires Release 2 of the Amiga operating system; it also
  39. requires the ASL library, and GadTools library.
  40.  
  41.     If you've paid your shareware fee then you'll have the full
  42. version. Otherwise, the copy you've got is (hopefully) only a demo. This
  43. has a few differences: you cannot disassemble to file; you cannot extract
  44. program symbols from executable files; auto trace mode is not available.
  45. In addition, you will not have all of the system symbol data files. If this
  46. is so, and since, as I don't doubt, you'll be impressed by this program, then
  47. don't hesitate in registering today, by sending your name and full address
  48. (and a cheque/postal order for £20) to the address which you'll find at the
  49. end of this file. As well as receiving the full version, you'll also be en-
  50. titled to technical support (by mail) if required. If you like this program,
  51. it's well worth the money... this will encourage further versions, which will
  52. only get even more powerful... imagine!
  53.  
  54. * ------------------------------------------------------------------------- *
  55.